builder-tool: Don't empty out <mark> elements
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Apr 2019 03:05:08 +0000 (03:05 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Apr 2019 03:05:08 +0000 (03:05 +0000)
We were inadvertedly losing the content of <mark>
elements. Fix this, by marking (!) them as pcdata
elements.

gtk/tools/gtk-builder-tool-simplify.c

index 9489e4efb07a728de87bc03d7d2057436c0e216c..144f823e6ad02269777f00498634e822a76fd33c 100644 (file)
@@ -241,6 +241,7 @@ is_pcdata_element (Element *element)
     "mime-type",
     "col",
     "item",
+    "mark",
     NULL,
   };